home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_157 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  159 b   |  11 lines

  1. on(release){
  2.    if(5 >= _parent._parent.vNamesC)
  3.    {
  4.       gotoAndStop(2 + _parent._parent.vNamesC);
  5.    }
  6.    else
  7.    {
  8.       gotoAndStop(8);
  9.    }
  10. }
  11.